home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / DATABASE / DBONLINE.ZIP;1 / DBONLINE.HIS < prev    next >
Encoding:
Text File  |  1993-10-02  |  2.7 KB  |  115 lines

  1. dB Online 1.0 Beta history file.
  2.  
  3.  
  4. 02/10/93
  5.  
  6. DBONLINE.EXE
  7.  
  8.  
  9. -    USE will now accept the IN parameter after the ALIAS to define
  10.     what work area to open the database.  The value must be a numeric
  11.     constant
  12.  
  13. -    SET ORDER TO will now accept tag names as input as follows:
  14.     SET ORDER TO TAG tagname
  15.  
  16.  
  17. -    The functions TAG(), NDX(), MDX(), CDX() are all now implemented.
  18.     TAG will return a tag name from a work area.
  19.     ?DX() will return the file name of an index file.
  20.  
  21. -    Reading a character type get with a '9' in the picture function will
  22.     now accept numeric input only into the character variable.
  23.  
  24. -    When EXIT or LOOP are encountered outside of a DO WHILE loop, they will
  25.     pass control to the next RETURN statement.
  26.  
  27. COMPILE.EXE
  28.  
  29. -    SET FILTER TO will not cause an error if nothing follows the TO.
  30.     ie:  to turn the filter off.
  31.  
  32.  
  33.  
  34. 30/9/93
  35.  
  36. DBONLINE.EXE
  37.  
  38. -    macro substitution available for the following commands:
  39.  
  40.     USE &var INDEX &var2 alias &var3
  41.     SET INDEX TO &var
  42.     RUN &var
  43.     TYPE &var
  44.  
  45.     var,var2 are character variables containing the actual filenames.
  46.  
  47.  
  48.     As well macro substitution is available in expression evaluation.
  49.         substitution can be made for another variable/field name only.
  50.  
  51.         eg:
  52.  
  53.         The following code:        Will produce:
  54.  
  55.           var = "hello"             hello
  56.           hello = 10               10
  57.           ? var
  58.           ? &var
  59.  
  60.  
  61. 28/9/93
  62.  
  63. DBONLINE.EXE
  64.  
  65. -  now adds default extention of .dbx to filenames at command line.
  66.  
  67. -    memo support now available.
  68.     you can both list and ? memo fields.
  69.     from an @ GET memfield,  use CTRL-PGDN to enter memo editor,
  70.                                      Standard Wordstar and cursor keys apply,
  71.                                      use CTRL-W, or CTRL-END to exit and save.
  72.  
  73. -    REPLICATE():  now functioning properly.
  74.  
  75. -    Cursor positioning after @ commands has been altered to acurately
  76.     emulate dBaseIII+
  77.  
  78. -    SET_DEFAULT_TO:  now functioning properly.
  79.  
  80.  
  81. COMPILE.EXE
  82.  
  83. -    now adds default extention of .prg to filenames at command line.
  84.  
  85. -  dBase commands  SET HEADING, SET TALK, SET STATUS, SET SCOREBOARD,
  86.                          SET PROCEDURE TO<CR>, CLOSE PROCEDURE,
  87.                          do not cause errors when compiling.
  88.  
  89.  
  90.  
  91. 16/9/93
  92.  
  93.  
  94. DBONLINE.EXE
  95.  
  96. -     SPACE():    Function now functioning properly.
  97.  
  98. -    READ:    When read is called without any gets being defined
  99.                 dB Online now pauses for a single keypress.
  100.  
  101. -  USE:        Would cause error when full path was used to specify
  102.                 file.  Now finds file and works with SET PATH TO.
  103.  
  104. -    memo fields:    Memo support is presently being implemented.  Please
  105.                         do not try to access memo fields with this beta until
  106.                         further notice.
  107.  
  108. 9/9/93
  109.  
  110. DBONLINE.EXE
  111.  
  112. -     GETS:  Numeric picture functions    B, Z are not implemented.
  113.  
  114.  
  115.